home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5912 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.microsoft.com!news
  2. From: a-cnadc@microsoft.com (Dann Corbit)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Converting Tandem REAL64 to PC DOUBLE type in C
  5. Date: 21 Feb 1996 19:28:45 GMT
  6. Organization: Microsoft Corporation
  7. Message-ID: <4gfrpd$l6k@news.microsoft.com>
  8. References: <312A6BFC.3915@direct.ca>
  9. NNTP-Posting-Host: 157.57.171.202
  10. Mime-Version: 1.0
  11. X-Newsreader: WinVN 0.93.14
  12.  
  13. In article <312A6BFC.3915@direct.ca>, jtoor@direct.ca says...
  14. >
  15. >I have a situation where a REAL64 type value on a Tandem, is being sent 
  16. >to me as eight bytes. I receive this data fine, however I don't know how 
  17. >I can convert these 8bytes into a double type, value that I can then 
  18. >perform maths on, in my Windows C application.
  19. >
  20. >Any advice or help would be apprecciated.
  21. >
  22. >Please e-mail me directly, due to news access problems that I'm having.
  23. >
  24. >Jay Toor
  25. >jtoor@direct.ca
  26. If the number is in a database, do an ODBC attachment to it.
  27. The number will be converted to native double on your target
  28. machine without your having to do anything.
  29. -- 
  30. The opinions expressed in this message are my own personal views 
  31. and do not reflect the official views of Microsoft Corporation.
  32.  
  33.